From b5fe5d5bea1294adf383271f10ae2de2a1d90c7f Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Tue, 29 May 2007 01:04:59 +0000 Subject: [PATCH] Fix initialization of last cursor svn path=/trunk/; revision=17973 --- ChangeLog | 4 ++++ gdk/win32/xcursors.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 11a57cf20c..f8e50d5062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-28 Cody Russell + + * gdk/win32/xcursors.h: Fix initialization of last item. (#440511) + 2007-05-28 Richard Hult * gdk/quartz/gdkevents-quartz.c (get_child_coordinates_from_ancestor) diff --git a/gdk/win32/xcursors.h b/gdk/win32/xcursors.h index 78889a175b..8cd9d2f4fa 100644 --- a/gdk/win32/xcursors.h +++ b/gdk/win32/xcursors.h @@ -355,5 +355,5 @@ static const struct { const gchar *name; const gchar *builtin; gint type; guchar "\125\025\132\232\225\152\124\026\120\001\220\000\144\000\031\000" "\006\100\001\220\000\144\000\031\000\006\100\005\224\025\251\126" "\246\245\124\125" }, - { NULL, 0, 0, 0, 0, 0, NULL }, + { NULL, NULL, 0, 0, 0, 0, 0, NULL }, }; -- 2.30.2